home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / fortran / yaf77-1.1 / yaf77-1 / yaf77 / README.gcc_bug < prev    next >
Encoding:
Text File  |  1996-01-16  |  376 b   |  7 lines

  1. Some versions of Linux gcc, 2.6.3 - 2.7.0 at least, have bug that can
  2. cause incorrect code generation when high levels of optimization ( >=-O2 )
  3. are used. Yaf77 adds to gcc options flag `-fno-strength-reduce' automatically
  4. which disables the bug. If you're sure your compiler doesn't have this bug,
  5. you can comment out line `OPTBUGFLAG='-fno-strength-reduce'' in the script.
  6.  
  7.